projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f636a26
)
Remove debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 10 Jul 2013 00:06:23 +0000
(20:06 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 10 Jul 2013 00:06:23 +0000
(20:06 -0400)
testsuite/gtk/treeview.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/treeview.c
b/testsuite/gtk/treeview.c
index 4d1972366fcecfc2e8e06703645baf58be3efac0..b39d9f6233f4b75cc1146a4e095b3ddebee74a6c 100644
(file)
--- a/
testsuite/gtk/treeview.c
+++ b/
testsuite/gtk/treeview.c
@@
-159,7
+159,6
@@
test_row_separator_height_func (GtkTreeModel *model,
path = gtk_tree_model_get_path (model, iter);
if (gtk_tree_path_get_indices (path)[0] == 2)
ret = TRUE;
- g_print ("row %d separator %d\n", gtk_tree_path_get_indices (path)[0], ret);
gtk_tree_path_free (path);
return ret;